Skip to content

Avoid fully qualified names rendering in mockedConstruction#2176

Merged
EgorkaKulikov merged 2 commits intomainfrom
egor/mockconstruction_fqn_rendering
Apr 24, 2023
Merged

Avoid fully qualified names rendering in mockedConstruction#2176
EgorkaKulikov merged 2 commits intomainfrom
egor/mockconstruction_fqn_rendering

Conversation

@EgorkaKulikov
Copy link
Collaborator

@EgorkaKulikov EgorkaKulikov commented Apr 21, 2023

Description

Fixes #2175

Fixes the requirement of 00429929 to avoid fully qualified names in generated code.
Avoid it for MockedConstruction and its context.

How to test

Automated tests

Standard utbot-samples pipeline as a set of regression checks.

Manual tests

Not required

Self-check list

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@EgorkaKulikov EgorkaKulikov added ctg-enhancement New feature, improvement or change request comp-codegen Issue is related to code generator labels Apr 21, 2023
@EgorkaKulikov EgorkaKulikov requested a review from Damtev April 21, 2023 14:56
@EgorkaKulikov EgorkaKulikov linked an issue Apr 24, 2023 that may be closed by this pull request
@EgorkaKulikov EgorkaKulikov removed the request for review from Damtev April 24, 2023 07:04
@EgorkaKulikov EgorkaKulikov requested a review from Damtev April 24, 2023 07:38
Copy link
Member

@Damtev Damtev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EgorkaKulikov EgorkaKulikov enabled auto-merge (squash) April 24, 2023 08:28
@EgorkaKulikov EgorkaKulikov merged commit d965a21 into main Apr 24, 2023
@EgorkaKulikov EgorkaKulikov deleted the egor/mockconstruction_fqn_rendering branch April 24, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-codegen Issue is related to code generator ctg-enhancement New feature, improvement or change request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fully qualified names in static mocks

2 participants